func github.com/andybalholm/brotli.getBits

2 uses

	github.com/andybalholm/brotli (current package)
		bit_reader.go#L158: func getBits(br *bitReader, n_bits uint32) uint32 {
		decode.go#L409: 	table = table[getBits(br, huffmanTableBits):]